PDF4Java Reference Documentation
com.o2sol.pdf4java.content Package / PDFContentExtractor Class / extractImages Method
True if image data should be extracted and decoded.
In This Topic
    extractImages Method
    In This Topic
    Extracts the information related to the images displayed on the page.
    Syntax
    public PDFVisualImageCollection extractImages( 
       boolean includeImageData
    )

    Parameters

    includeImageData
    True if image data should be extracted and decoded.

    Return Value

    The list of images that are displayed on the page.
    See Also